home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Drivers / Printer drivers / HP / HPCLIP.EXE / HPCLIP.DEF < prev    next >
Encoding:
Text File  |  1990-07-16  |  259 b   |  18 lines

  1. NAME    hpclip
  2.  
  3. DESCRIPTION 'Simple Microsoft Windows Application'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. EXETYPE WINDOWS
  8.  
  9. CODE    PRELOAD MOVEABLE
  10. DATA    PRELOAD MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE  4096
  13. STACKSIZE 4096
  14.  
  15. EXPORTS
  16.     DemoWndProc @1
  17.     ShadeXProc  @2
  18.